___PROJECTNAMEASIDENTIFIER____Prefix.pch revision 9682c8870b8ff5e4ac2e4c70b759f791c6f38c1f
1//
2// Prefix header for all source files of the '�PROJECTNAME�' target in the '�PROJECTNAME�' project
3//
4
5#include "SDL.h"
6
7#ifdef __OBJC__
8    #import <Cocoa/Cocoa.h>
9#endif
10